Kafka orders records inside a partition. The moment you hand a batch to an executor, that guarantee is gone. Four interactive simulations of the machinery that gets parallelism back without losing order: mailbox dispatch, the low-watermark commit, pause-based backpressure, and the rebalance gap no broker setting can close.
Not the API surface — the machinery underneath it. Four interactive simulations of the algorithms every Kafka cluster runs: Boyer-Moore majority vote, consistent hashing, ISR and the high watermark, and sparse-index binary search. Drive each one and watch the invariants hold or break.